xfi:pcu-equal

xs:boolean=xfi:pcu-equal( $left as node()*, $right as node()*)

Last updated on 06-03-2008 at 22:40:00.

Returns true if two sequences have items that are both c-equal, u-equal, and p-equal.

XBRL 2.1 Section 4.10

OIM Status

Unsupported

Parameters

Name Type Details
left node()* The first item or sequence of items.
right node()* The second item or sequence of items.

Output

Type: xs:boolean

Returns true if two sequences have items that are both c-equal, u-equal, and p-equal.

Errors

Code Details
xfie:NodeIsNotXbrlItem A dynamic error must be raised if any input element is not derived from xbrli:item.

Conformance suite

80216 xfi.pcu-equal testcase.xml [ download ]

Owners

Name Affiliation Email Start End
Herm Fischer UBMatrix / Mark V Systems fischer@markv.com 06-03-2008 at 22:40:00

Revisions

Name On Details
Herm Fischer 06-03-2008 at 22:40:00 Defined the function